CI: Enable introspection again for the Windows build
authorChristoph Reiter <reiter.christoph@gmail.com>
Thu, 1 Oct 2020 13:16:18 +0000 (15:16 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Thu, 1 Oct 2020 13:16:18 +0000 (15:16 +0200)
The underlying bug was fixed in glib and backported in MSYS2:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1665

.gitlab-ci/test-msys2.sh

index dfa881324030083f62206bce7e6172c4451a4f6b..d9bc637bdcd1b7cc3030db3eb3b9bf3691eb86d6 100644 (file)
@@ -60,14 +60,12 @@ pkg-config --modversion pango
 ccache --zero-stats
 ccache --show-stats
 export CCACHE_DISABLE=true
-# FIXME: introspection disabled for now because of
-# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/340
 meson \
     -Dx11-backend=false \
     -Dwayland-backend=false \
     -Dwin32-backend=true \
     -Dvulkan=disabled \
-    -Dintrospection=disabled \
+    -Dintrospection=enabled \
     -Dgtk:werror=true \
     _build
 unset CCACHE_DISABLE